home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.20030409-20031118 / 000008_fdc@hazelnut.cc.columbia.edu_Fri Apr 18 17:56:29 EDT 2003.msg < prev    next >
Text File  |  2003-11-18  |  1KB  |  38 lines

  1. Article: 14223 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news-not-for-mail
  3. From: fdc@hazelnut.cc.columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: can't condition console terminal
  6. Date: 18 Apr 2003 17:56:24 -0400
  7. Organization: Columbia University
  8. Lines: 21
  9. Message-ID: <b7psa8$bue$1@hazelnut.cc.columbia.edu>
  10. References: <36aaffea.0304181134.3b7b004b@posting.google.com>
  11. NNTP-Posting-Host: hazelnut.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1050702984 868 128.59.59.162 (18 Apr 2003 21:56:24 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 18 Apr 2003 21:56:24 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14223
  16.  
  17. In article <36aaffea.0304181134.3b7b004b@posting.google.com>,
  18. Rich <richg@mav-mail.com> wrote:
  19. : Having much trouble trying to convert a kermit script from serial to
  20. : IP. When I try to execute these two commands in my script:
  21. :     set host /userid:eralink <host>
  22. :     connect
  23. : I get:
  24. :    Sorry, can't condition console terminal
  25. Because you should be using INPUT and OUTPUT instead of CONNECT?
  26. See:
  27.  
  28.   http://www.columbia.edu/kermit/ckscripts.html#tut
  29.  
  30. If you really want the script to enter terminal mode, the script has to 
  31. be run on a real terminal device, not as a cron job or whatever.
  32.  
  33. - Frank
  34.